home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Sharks' Spark Hack / SparksApp.h < prev    next >
C/C++ Source or Header  |  1996-06-21  |  191b  |  15 lines

  1. #ifndef SPARKSAPP_H
  2. #define SPARKSAPP_H
  3.  
  4. #ifndef _APPLICATION_H
  5. #include <Application.h>
  6. #endif
  7.  
  8. class SparksApplication : public BApplication {
  9.  
  10. public:
  11.                     SparksApplication();
  12. };
  13.  
  14. #endif
  15.